internal/bisect.parseError.text (field)

2 uses

	internal/bisect (current package)
		bisect.go#L685: type parseError struct{ text string }
		bisect.go#L687: func (e *parseError) Error() string { return e.text }